﻿2026-05-16T23:09:02.3354095Z ##[group]Run set -euo pipefail
2026-05-16T23:09:02.3354417Z [36;1mset -euo pipefail[0m
2026-05-16T23:09:02.3354702Z [36;1mURL=https://staging.rebno.decidel.com[0m
2026-05-16T23:09:02.3355044Z [36;1mMANIFEST=apps/server/public/.vite/manifest.json[0m
2026-05-16T23:09:02.3355356Z [36;1mif [ ! -f "$MANIFEST" ]; then[0m
2026-05-16T23:09:02.3355706Z [36;1m  echo "FAIL: $MANIFEST not found (vite build emitted nothing?)"[0m
2026-05-16T23:09:02.3356018Z [36;1m  exit 1[0m
2026-05-16T23:09:02.3356198Z [36;1mfi[0m
2026-05-16T23:09:02.3356432Z [36;1mHASHED=$(jq -r '."index.html".file' "$MANIFEST")[0m
2026-05-16T23:09:02.3356768Z [36;1mif [ -z "$HASHED" ] || [ "$HASHED" = "null" ]; then[0m
2026-05-16T23:09:02.3357122Z [36;1m  echo "FAIL: could not parse hashed asset from $MANIFEST"[0m
2026-05-16T23:09:02.3357426Z [36;1m  cat "$MANIFEST"[0m
2026-05-16T23:09:02.3357633Z [36;1m  exit 1[0m
2026-05-16T23:09:02.3357808Z [36;1mfi[0m
2026-05-16T23:09:02.3357991Z [36;1mecho "Probing $URL/ ..."[0m
2026-05-16T23:09:02.3358845Z [36;1mcurl -fsS --retry 5 --retry-delay 2 --retry-connrefused "$URL/" >/dev/null[0m
2026-05-16T23:09:02.3359247Z [36;1mecho "Probing $URL/$HASHED ..."[0m
2026-05-16T23:09:02.3359632Z [36;1mcurl -fsS --retry 5 --retry-delay 2 --retry-connrefused "$URL/$HASHED" >/dev/null[0m
2026-05-16T23:09:02.3360035Z [36;1mecho "Probing $URL/health ..."[0m
2026-05-16T23:09:02.3360400Z [36;1mcurl -fsS --retry 5 --retry-delay 2 --retry-connrefused "$URL/health" >/dev/null[0m
2026-05-16T23:09:02.3360840Z [36;1mecho "3-check probes passed (/, $HASHED, /health)"[0m
2026-05-16T23:09:02.3380837Z shell: /usr/bin/bash -e {0}
2026-05-16T23:09:02.3381091Z env:
2026-05-16T23:09:02.3381265Z   SKIP_STAGING_SMOKE: false
2026-05-16T23:09:02.3381534Z   PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
2026-05-16T23:09:02.3381815Z ##[endgroup]
2026-05-16T23:09:02.3451527Z Probing https://staging.rebno.decidel.com/ ...
2026-05-16T23:09:02.5240104Z curl: (22) The requested URL returned error: 401
2026-05-16T23:09:02.5273836Z ##[error]Process completed with exit code 22.
